Collection which allows performing changes locally until they are committed to the inner source.
Syntax
[DefaultMember("Item")]
public class C1EditableCollectionView<> : C1WrapCollectionView<T>, ICollectionView<T>, ISupportAsyncLoading<T>, ISupportCurrency, ISupportEditing, ISupportFiltering, ISupportGrouping, ISupportIncrementalLoading, ISupportPaging, ISupportRefreshing, ISupportSorting
where T: class
Type Parameters
- T
- The type of the items in the collection view.
Inheritance Hierarchy
See Also